home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / Apps / DevTools / eText5 / Source / ExportAll.bproj / ExportAll.h next >
Encoding:
Text File  |  1994-11-01  |  807 b   |  25 lines

  1. ///////////////////////////////////////////////////////////////////////////////
  2. //    FILENAME:    ExportAll.h
  3. //    SUMMARY:    Interface for an HTMD SaveAll
  4. //    SUPERCLASS:    Object
  5. //    INTERFACE:    None
  6. //    PROTOCOLS:    <Tool>
  7. //    AUTHOR:        Rohit Khare
  8. //    COPYRIGHT:    (c) 1994 California Institure of Technology, eText Project
  9. ///////////////////////////////////////////////////////////////////////////////
  10. //    DESCRIPTION: 
  11. //    Designed to save all open documents in the HTMD format.
  12. ///////////////////////////////////////////////////////////////////////////////
  13. //    HISTORY
  14. //    10/31/94:    Created. Implemented in just minutes, from scratch.
  15. ///////////////////////////////////////////////////////////////////////////////
  16.  
  17. #import "eTextKernel.h"
  18.  
  19. @interface ExportAll:Object <Tool>
  20. {
  21. }
  22.  
  23. - exportAll:sender;
  24. - printAll:sender;
  25. @end